.img-fluid {
    height: 150px;
}
h1.m--font-primary.strong {
    color: #0e1e9b!important;
    font-weight: 600!important;
}
h5.m--font-primary.m-portlet__head-text {
    color: #0e1e9b!important;
}
h2.m--font-success {
    color: #218147!important;
}
@media (max-width: 1025px) {
    .header-mobile-title {
        font-size: 7px;
    }
}

/* Balcão: mantém o menu de âncoras visível durante o scroll */
body.m-page--balcao.m-header--minimize-on .m-header {
    height: auto !important;
}
body.m-page--balcao.m-header--minimize-on .m-header .m-header__bottom {
    -webkit-transform: none !important;
    transform: none !important;
}